====== DokUI Template ====== ---- template ---- description : A finest template based-on uikit author : Francesco Bianco email : bianco@javanile.org lastupdate : 2014-07-25 compatible : Hrun, Ponder Stibbons depends : conflicts : # prefix templates by template: similar : screenshot_img: https://a.fsdn.com/con/app/proj/dokui/screenshots/Screenshot%202014-07-30%2009.36.53.png tags : responsive, html5, clean downloadurl : https://sourceforge.net/projects/dokui/files/latest/download?source=navbar bugtracker : sourcerepo : https://sourceforge.net/p/dokui/code/HEAD/tree/ donationurl : # eg. https://www.paypal.com/... ---- An elegant template for Desktop and Mobile Wiki based-on UI Kit. Work fine for code documental wiki. ===== Download and Install ====== Use the following URL to download this template: * SourceForge.net -- [[https://sourceforge.net/projects/dokui/files/latest/download?source=navbar]] Refer to [[:template]] on how to install and use templates in Dokuwiki. ===== Sites using this Template ===== * common-js [[http://www.common-js.eu/wiki/get-started]] * joove.sf.net [[http://joove.sourceforge.net/wiki/]] ===== Q&A ===== * The **Top Menu** - How do I make top menu and side menu? I can see that [[http://www.common-js.eu/wiki/|this page]] has highlighted side menu with top navigation bar. * **Answer**: For the top menu, created a page called menu. The menu works in lists. Try this: * [[de:start|Germana]] * [[ro:start|Roamana]] * [[en:start|Engleza]] * The **Sidebar** is a file with the following name in each folder:''navigation.txt'' * [[de:start|Germana]] * [[ro:start|Roamana]] * [[en:start|Engleza]] * :?: The **Sitemap**. Where can I find the __sitemap__, please? * yes same question, where is the sitemap? It doesn't display even when the checkbox to hide it is not checked. The only solution I have found for the moment is to use the following url : /doku.php?id=home&do=index ==== Sidebar-navigation ==== :?: Would be great if the dokui-sideabar-navigation would work with i.e. [[plugin:indexmenu|indexmenu]] to have a dynamic navigation-menu instead the static bullet list. Or is there another way? --- //Otto 2015/01/30 14:10//\\ :?: ===||=== The same wish :-D --- //Florin 2015/03/37 18:10//\\ :?: One way to fix this is to put the following bash script in the "pages" root directory and execute it once every time you want to change the sidebar-navigation (it copies the "navigation.txt" to every subdirectory, hence, synching it globally): #!/bin/bash find . -type d -exec cp navigation.txt {} \; Don't forget to make the file executable. :?: If running on IIS what files to change to customize top bar and display navigation menu on each page with namespace sublevels ==== Topbar ==== :?: How can we have a dynamic top bar, link and sub-link? --- //Florin 2015/03/37 18:10// :?: How to change the topbar icon size, font, image? ===== Reviews ===== * Nice Fix Topbar * Nice, but fix sidebar. Each folder need a separate sidebar, ideal for not very large webpage. * Ideal for mobile browsing (not very sure for editing). --- //Florin 2015/03/37 18:10// ===== Bugs ===== * Please fix CSS for image upload menu -Laurent * Please fix Header does not match it's checksum when installing -Pontus